home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / Src / LINEconsole / tai_defs.inc < prev    next >
Encoding:
Text File  |  1991-12-18  |  1.5 KB  |  32 lines

  1. #define default_mtsin_chan    "mtsin-chan:last<2h"
  2. #define default_mtsin_mta    "mtsin-mta:last<2h"
  3. #define default_mtsin_msg    "mtsin-msg:last<2h"
  4.  
  5. #define default_mtsout_chan    "mtsout-chan:age<2h,num<500,vol<1M,last<2h"
  6. #define default_mtsout_mta    "mtsout-mta:age<2h,num<500,vol<1M,last<2h"
  7. #define default_mtsout_msg    "mtsout-msg:age<2h,vol<1M"
  8.  
  9. #define default_mtsboth_chan    "mtsboth-chan:age<2h,vol<1M,num<500,last<2h"
  10. #define default_mtsboth_mta    "mtsboth-mta:age<2h,vol<1M,num<500,last<2h"
  11. #define default_mtsboth_msg    "mtsboth-msg:age<2h,vol<1M"
  12.  
  13. #define default_mtain_chan    "mtain-chan:last<2h"
  14. #define default_mtain_mta    "mtain-mta:last<2h"
  15. #define default_mtain_msg    "mtain-msg:last<2h"
  16.  
  17. #define default_mtaout_chan    "mtaout-chan:age<48h,vol<10M,num<1k,last<2h"
  18. #define default_mtaout_mta    "mtaout-mta:age<48h,vol<10M,num<1k,last<2h"
  19. #define default_mtaout_msg    "mtaout-msg:age<48h,vol<10M"
  20.  
  21. #define default_mtaboth_chan    "mtaboth-chan:age<48h,vol<10M,num<1k,last<2h"
  22. #define default_mtaboth_mta    "mtaboth-mta:age<48h,vol<10M,num<1k,last<2h"
  23. #define default_mtaboth_msg    "mtaboth-msg:age<48h,vol<10M"
  24.  
  25. #define default_internal_chan    "internal-chan:age<20,vol<1M,num<10,last<20"
  26. #define default_internal_mta    "internal-mta:age<20,vol<1M,num<10,last<20"
  27. #define default_internal_msg    "internal-msg:age<20,vol<1M"
  28.  
  29. #define default_passive_chan    "passive-chan:age<20,vol<1M,num<10,last<20"
  30. #define default_passive_mta    "passive-mta:age<20,vol<1M,num<10,last<20"
  31. #define default_passive_msg    "passive-msg:age<20,vol<1M"
  32.